home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / ADPro_LineArt.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  574b  |  25 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into ADPro and apply
  3. ** the LineArt-Filter
  4. **
  5. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  6. **
  7. **
  8. **
  9. ** NOTE: If you write your own AREXX-script to export pictures from
  10. **       Picture Manager Professional to any programs,
  11. **       change the path and filename of the file to process
  12. **       to PicManFile (see below, CASE SENSITIVE!!!)
  13. **
  14. **       Read the PictureManager manual for more information
  15. **
  16. **
  17. */
  18.  
  19. ADDRESS "ADPro"
  20. ADPRO_TO_FRONT
  21. LOADER "UNIVERSAL" PicManFile
  22. OPERATOR "COLOR_TO_GRAY"
  23. OPERATOR "LINE_ART"
  24. EXIT 0
  25.